Help
Text Area
If you want to input more than one line of text you should use a
Text Area rather than a Text Field.
Add a Text Area:
Text area dialogue
- Position the cursor where you want the Text Area to be.
- Click the TArea button on the form palette to get the dialogue
box above. This dialogue allows you to insert a text area (a scrollable area
in which the user can type more than one line of text) into a form.
- Specify values for Form Tag and, optionally, Initial Text.
- Initial Text, if specified, is displayed within the text area by
default and is submitted with the form data if the user has not typed over
it.
- Optionally specify the Area Attributes: Rows (number
of rows) and Cols (number of columns).
- This sets the size of the Text Area in the page. The number of characters
a user may enter into a text area may be greater than fits into it, but the
horizontal and vertical scrolling allow the user to read everything in the
text area.
- When adding text, scrolling occurs automatically when Return is hit.
- Click OK, and the text area appears where the cursor was
positioned.